﻿2026-06-10T22:56:04.5458096Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-10T22:56:04.5458508Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-10T22:56:04.5458758Z [36;1m$PIN = "0c95435"[0m
2026-06-10T22:56:04.5459035Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-10T22:56:04.5459324Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-10T22:56:04.5459690Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-10T22:56:04.5460080Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-10T22:56:04.5460377Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-10T22:56:04.5460667Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-10T22:56:04.5460900Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-10T22:56:04.5461171Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-10T22:56:04.5461937Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-10T22:56:04.5462243Z [36;1m}[0m
2026-06-10T22:56:04.5462422Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-10T22:56:04.5462669Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-10T22:56:04.5499139Z shell: C:\WINDOWS\system32\windowspowershell\v1.0\powershell.EXE -command ". '{0}'"
2026-06-10T22:56:04.5499453Z ##[endgroup]
2026-06-10T22:56:04.7118011Z . : File C:\actions-runner\_work\_temp\eb9c49f4-02bf-4e18-8297-22cda213103d.ps1 cannot be loaded. The file 
2026-06-10T22:56:04.7118603Z C:\actions-runner\_work\_temp\eb9c49f4-02bf-4e18-8297-22cda213103d.ps1 is not digitally signed. You cannot run this 
2026-06-10T22:56:04.7119135Z script on the current system. For more information about running scripts and setting execution policy, see 
2026-06-10T22:56:04.7119547Z about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.
2026-06-10T22:56:04.7119893Z At line:1 char:3
2026-06-10T22:56:04.7120151Z + . 'C:\actions-runner\_work\_temp\eb9c49f4-02bf-4e18-8297-22cda213103d ...
2026-06-10T22:56:04.7120460Z +   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2026-06-10T22:56:04.7120765Z     + CategoryInfo          : SecurityError: (:) [], PSSecurityException
2026-06-10T22:56:04.7121039Z     + FullyQualifiedErrorId : UnauthorizedAccess
2026-06-10T22:56:04.7213603Z ##[error]Process completed with exit code 1.
